projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f3582
)
(XTread_socket): Remove unused variables `p' and
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 2 Jan 2001 14:17:49 +0000
(14:17 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 2 Jan 2001 14:17:49 +0000
(14:17 +0000)
`pend'.
(XTread_socket) <LeaveNotify>: Remove unused variable `frame',
leave only the one in the inner block.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 6d814b3d387fe02d12b6cc4f72bf96647a413c11..fc86cd979c00e5207961a010259a2bacd69e158c 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-9906,7
+9906,6
@@
XTread_socket (sd, bufp, numchars, expected)
{
register int i;
register int c;
- unsigned char *p, *pend;
int nchars, len;
for (i = 0; i < nbytes; i++)
@@
-10089,7
+10088,6
@@
XTread_socket (sd, bufp, numchars, expected)
f = x_top_window_to_frame (dpyinfo, event.xcrossing.window);
if (f)
{
- Lisp_Object frame;
int from_menu_bar_p = 0;
if (f == dpyinfo->mouse_face_mouse_frame)